/*
Theme Name: Town of Williamson
Theme URI: http://itclix.net
Version: 1.0
Description: A custom theme for Town of Williamson in Divi Framework.
Author: Itclix
Author URI: http://itclix.net
Template: Divi
*/

@import url("../Divi/style.css");


#menu-item-272 a{
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 14px;
  padding-left: 10px;
  border-right: 0px solid #fff !important;
}

nav {
    margin: 0 -9999rem;
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    background: rgba(255,255,255,0.9);
    position: relative;
    z-index: 14;
    box-shadow:2px 2px 2px ;
}
nav#top-menu-nav ul{
  width: 1200px;
 margin-top: 15px;
}
#top-menu li a{
  font-size: 18px;
  padding: 15px;
  border-right: 2px solid #dadada;
  line-height: 5px;
  color:#6F87B3 !important;
  
}
#top-menu{
  padding-bottom: 5px;
}